home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / dec94 / cj_fig03.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  9KB  |  513x375  |  4-bit (5 colors)
Labels: text | electronics | screenshot | display | software | number | font | computer icon | web page | operating system
OCR: MENUO.FSL :: #Form1 :: menuAction* method menuAction(var eventInfo MenuEvent) if eventInfo.isPreFilter() then ;// This code executes for each object on the form: else ;// This code executes only for the form: switch case eventInfo.id() = UserMenu + 20: Active.action (DataBegin) case eventInfo.id() = UserMenu + 21: Active. action ( DataEnd) case eventInfo.id() = UserMenu + 22: Active . action (DataNextRecord) case eventInfo.id() = UserMenu + 23: Active . action ( DataPriorRecord) endSwitch endIf endmethod Edit Line: 15 Col: 7